Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 524 Bytes

C_SetWeather.rst

File metadata and controls

40 lines (22 loc) · 524 Bytes

C:SetWeather

Sets the current weather

C:SetWeather(WeatherID)

Parameters

  • string WeatherID - string containing the weather id

Notes

Not tester / verified: may be an integer value for WeatherID

Valid values to set can be found in WEATHER.IDS:

0 NOWEATHER
1 RAIN
2 SNOW
3 FOG

Example

C:SetWeather("1")

See Also

C\:SetWaterAlpha<C_SetWaterAlpha>